home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / redakcyjne / programy / PSPad editor 4.5.4 build 2356 beta / pspad454inst_en.exe / {app} / Context / Windows PowerShell.DEF < prev    next >
Text File  |  2007-03-11  |  21KB  |  848 lines

  1. ; PSPad code template for Windows PowerShell
  2. ; Created by PSPad   01.06.2006  15:00
  3. ; Author:  Jarmo Aho
  4. ; last revision : 19.02.2007
  5. [Clip Settings]
  6. CursorChar=|
  7. SelectionChar=º 
  8. ;
  9. ;A few helpers:
  10. ;
  11. [Where-Object | Where-Object {$_. }]
  12. Where-Object {$_.|}
  13. ;
  14. [? | Where-Object {$_. }]
  15. Where-Object {$_.|}
  16. ;
  17. [% | ForEach-Object {$_. }]
  18. ForEach-Object {$_.|}
  19. ;
  20. [switch | switch]
  21. switch (|)
  22. {
  23. }
  24. ;
  25. [if | if ()]
  26. if (º|)
  27. {
  28. }
  29. ;
  30. [ife | if () else]
  31. if (º|)
  32. {
  33. }
  34. else
  35. {
  36. }
  37. ;
  38. [ifeif | if () elseif ()]
  39. if (º|)
  40. {
  41. }
  42. elseif ()
  43. {
  44. }
  45. ;
  46. [do | do {} while (<condition>)]
  47. do
  48. {
  49.   |
  50. }
  51. while (º)
  52. ;
  53. [while | while (<condition>)]
  54. while (º|)
  55. {
  56. }
  57. ;
  58. [for | for (<init>; <condition>; <repeat>)]
  59. for (|; ;)
  60. {
  61. }
  62. ;
  63. [foreach | foreach ($<item> in $<collection>){} (foreach loop)]
  64. foreach (| in )
  65. {
  66. }
  67. ;
  68. ;Operators:
  69. ;
  70. [-eq | Equal (case insensitive)]
  71. -eq 
  72. [-ne | Not equal (case insensitive)]
  73. -ne 
  74. [-ge | Greater than or equal (case insensitive)]
  75. -ge 
  76. [-gt | Greater than (case insensitive)]
  77. -gt 
  78. [-lt | Less than (case insensitive)]
  79. -lt 
  80. [-le | Less than or equal (case insensitive)]
  81. -le 
  82. [-like | Wildcard comparison (case insensitive)]
  83. -like 
  84. [-notlike | Wildcard comparison (case insensitive)]
  85. -notlike 
  86. [-match | Regular expression comparison (case insensitive)]
  87. -match 
  88. [-notmatch | Regular expression comparison (case insensitive)]
  89. -notmatch 
  90. [-replace | Replace operator (case insensitive)]
  91. -replace 
  92. [-contains | Containment operator (case insensitive)]
  93. -contains 
  94. [-notcontains | Containment operator (case insensitive)]
  95. -notcontains 
  96. [-ieq | Case insensitive equal]
  97. -ieq 
  98. [-ine | Case insensitive not equal]
  99. -ine 
  100. [-ige | Case insensitive greater than or equal]
  101. -ige 
  102. [-igt | Case insensitive greater than]
  103. -igt 
  104. [-ile | Case insensitive less than or equal]
  105. -ile 
  106. [-ilt | Case insensitive less than]
  107. -ilt 
  108. [-ilike | Case insensitive equal]
  109. -ilike 
  110. [-inotlike | Case insensitive equal]
  111. -inotlike 
  112. [-imatch | Case insensitive regular expression comparison]
  113. -imatch 
  114. [-inotmatch | Case insensitive regular expression comparison]
  115. -inotmatch 
  116. [-ireplace | Case insensitive replace operator]
  117. -ireplace 
  118. [-icontains | Case insensitive containment operator]
  119. -icontains
  120. [-ceq | Equal (case sensitive)]
  121. -ceq 
  122. [-cne | Not equal (case sensitive)]
  123. -cne 
  124. [-cge | Greater than or equal (case sensitive)]
  125. -cge 
  126. [-cgt | Greater than (case sensitive)]
  127. -cgt 
  128. [-clt | Less than (case sensitive)]
  129. -clt 
  130. [-cle | Less than or equal (case sensitive)]
  131. -cle 
  132. [-clike | Wildcard comparison (case sensitive)]
  133. -clike 
  134. [-cnotlike | Wildcard comparison (case sensitive)]
  135. -cnotlike 
  136. [-cmatch | Regular expression comparison (case sensitive)]
  137. -cmatch 
  138. [-cnotmatch | Regular expression comparison (case sensitive)]
  139. -cnotmatch 
  140. [-creplace | Replace operator (case sensitive)]
  141. -creplace 
  142. [-ccontains | Containment operator (case sensitive)]
  143. -ccontains 
  144. [-cnotcontains | Containment operator (case sensitive)]
  145. -cnotcontains 
  146. [-is | Is of a type]
  147. -is 
  148. [-isnot | Is not of a type]
  149. -isnot 
  150. [-as | As a type, no error if conversion fails]
  151. -as 
  152. [-and | Logical And]
  153. -and 
  154. [-or | Logical Or]
  155. -or 
  156. [-band | Bitwise and]
  157. -band 
  158. [-bor | Bitwise or]
  159. -bor 
  160. ;
  161. ;Expand aliases
  162. ;
  163. [ac | alias: Add-Content]
  164. Add-Content 
  165. ;
  166. [asnp | alias: Add-Content]
  167. Add-Content 
  168. ;
  169. [cat | alias: Add-Content]
  170. Add-Content 
  171. ;
  172. [cd | alias: Set-Location]
  173. Set-Location 
  174. ;
  175. [chdir | alias: Set-Location]
  176. Set-Location 
  177. ;
  178. [clc | alias: Clear-Content]
  179. Clear-Content 
  180. ;
  181. [clear | alias: Clear-Host]
  182. Clear-Host
  183. ;
  184. [cli | alias: Clear-Item]
  185. Clear-Item 
  186. ;
  187. [clp | alias: Clear-ItemProperty]
  188. Clear-ItemProperty 
  189. ;
  190. [cls | alias: Clear-Host]
  191. Clear-Host
  192. ;
  193. [clv | alias: Clear-Variable]
  194. Clear-Variable 
  195. ;
  196. [copy | alias: Copy-Item]
  197. Copy-Item 
  198. ;
  199. [cp | alias: Copy-Item]
  200. Copy-Item 
  201. ;
  202. [cpi | alias: Copy-Item]
  203. Copy-Item 
  204. ;
  205. [cpp | alias: Copy-ItemProperty]
  206. Copy-ItemProperty 
  207. ;
  208. [cvpa | alias: Convert-Path]
  209. Convert-Path 
  210. ;
  211. [del | alias: Remove-Item]
  212. Remove-Item 
  213. ;
  214. [diff | alias: Compare-Object]
  215. Compare-Object 
  216. ;
  217. [dir | alias: Get-ChildItem]
  218. Get-ChildItem 
  219. ;
  220. [echo | alias: Write-Output]
  221. Write-Output 
  222. ;
  223. [epal | alias: Export-Alias]
  224. Export-Alias 
  225. ;
  226. [epcsv | alias: Export-Csv]
  227. Export-Csv 
  228. ;
  229. [erase | alias: Remove-Item]
  230. Remove-Item 
  231. ;
  232. [fc | alias: Format-Custom]
  233. Format-Custom 
  234. ;
  235. [fl | alias: Format-List]
  236. Format-List 
  237. ;
  238. [foreach | alias: ForEach-Object]
  239. ForEach-Object 
  240. ;
  241. [ft | alias: Format-Table]
  242. Format-Table 
  243. ;
  244. [fw | alias: Format-Wide w]
  245. Format-Wide 
  246. ;
  247. [gal | alias: Get-Alias]
  248. Get-Alias 
  249. ;
  250. [gc | alias: Get-Content]
  251. Get-Content 
  252. ;
  253. [gci | alias: Get-ChildItem]
  254. Get-ChildItem 
  255. ;
  256. [gcm | alias: Get-Command]
  257. Get-Command 
  258. ;
  259. [gdr | alias: Get-PSDrive]
  260. Get-PSDrive 
  261. ;
  262. [ghy | alias: Get-History]
  263. Get-History 
  264. ;
  265. [gi | alias: Get-Item]
  266. Get-Item 
  267. ;
  268. [gl | alias: Get-Location]
  269. Get-Location 
  270. ;
  271. [gm | alias: Get-Member]
  272. Get-Member 
  273. ;
  274. [gp | alias: Get-ItemProperty]
  275. Get-ItemProperty 
  276. ;
  277. [gps | alias: Get-Process]
  278. Get-Process 
  279. ;
  280. [group | alias: Group-Object]
  281. Group-Object 
  282. ;
  283. [gsnp | alias: Get-PSSnapin]
  284. Get-PSSnapin 
  285. ;
  286. [gsv | alias: Get-Service]
  287. Get-Service 
  288. ;
  289. [gu | alias: Get-Unique]
  290. Get-Unique 
  291. ;
  292. [gv | alias: Get-Variable]
  293. Get-Variable 
  294. ;
  295. [gwmi | alias: Get-WmiObject]
  296. Get-WmiObject 
  297. ;
  298. [h | alias: Get-History]
  299. Get-History 
  300. ;
  301. [history | alias: Get-History]
  302. Get-History 
  303. ;
  304. [iex | alias: Invoke-Expression]
  305. Invoke-Expression 
  306. ;
  307. [ihy | alias: Invoke-History]
  308. Invoke-History 
  309. ;
  310. [ii | alias: Invoke-Item]
  311. Invoke-Item 
  312. ;
  313. [ipal | alias: Import-Alias]
  314. Import-Alias 
  315. ;
  316. [ipcsv | alias: Import-Csv]
  317. Import-Csv 
  318. ;
  319. [kill | alias: Stop-Process]
  320. Stop-Process 
  321. ;
  322. [lp | alias: Out-Printer]
  323. Out-Printer 
  324. ;
  325. [ls | alias: Get-ChildItem]
  326. Get-ChildItem 
  327. ;
  328. [mi | alias: Move-Item]
  329. Move-Item 
  330. ;
  331. [mount | alias: New-PSDrive]
  332. New-PSDrive 
  333. ;
  334. [move | alias: Move-Item]
  335. Move-Item 
  336. ;
  337. [mp | alias: Move-ItemProperty]
  338. Move-ItemProperty 
  339. ;
  340. [mv | alias: Move-Item]
  341. Move-Item 
  342. ;
  343. [nal | alias: New-Alias]
  344. New-Alias 
  345. ;
  346. [ndr | alias: New-PSDrive]
  347. New-PSDrive 
  348. ;
  349. [ni | alias: New-Item]
  350. New-Item 
  351. ;
  352. [nv | alias: New-Variable]
  353. New-Variable 
  354. ;
  355. [oh | alias: Out-Host ]
  356. Out-Host  
  357. ;
  358. [popd | alias: Pop-Location]
  359. Pop-Location 
  360. ;
  361. [ps | alias: Get-Process]
  362. Get-Process 
  363. ;
  364. [pushd | alias: Push-Location]
  365. Push-Location 
  366. ;
  367. [pwd | alias: Get-Location]
  368. Get-Location 
  369. ;
  370. [r | alias: Invoke-History]
  371. Invoke-History 
  372. ;
  373. [rd | alias: Remove-Item]
  374. Remove-Item 
  375. ;
  376. [rdr | alias: Remove-PSDrive]
  377. Remove-PSDrive 
  378. ;
  379. [ren | alias: Rename-Item]
  380. Rename-Item 
  381. ;
  382. [ri | alias: Remove-Item]
  383. Remove-Item 
  384. ;
  385. [rm | alias: Remove-Item]
  386. Remove-Item 
  387. ;
  388. [rmdir | alias: Rename-Item]
  389. Rename-Item 
  390. ;
  391. [rni | alias: Remove-Item]
  392. Remove-Item 
  393. ;
  394. [rnp | alias: Remove-ItemProperty]
  395. Remove-ItemProperty 
  396. ;
  397. [rp | alias: Remove-ItemProperty]
  398. Remove-ItemProperty 
  399. ;
  400. [rsnp | alias: Remove-PSSnapin]
  401. Remove-PSSnapin 
  402. ;
  403. [rv | alias: Remove-Variable]
  404. Remove-Variable 
  405. ;
  406. [rvpa | alias: Resolve-Path]
  407. Resolve-Path 
  408. ;
  409. [sal | alias: Set-Alias]
  410. Set-Alias 
  411. ;
  412. [sasv | alias: Start-Service]
  413. Start-Service 
  414. ;
  415. [sc | alias: Set-Content]
  416. Set-Content 
  417. ;
  418. [select | alias: Select-Object]
  419. Select-Object 
  420. ;
  421. [set | alias: Set-Variable]
  422. Set-Variable 
  423. ;
  424. [si | alias: Set-Item]
  425. Set-Item 
  426. ;
  427. [sl | alias: Set-Location]
  428. Set-Location 
  429. ;
  430. [sleep | alias: Start-Sleep]
  431. Start-Sleep 
  432. ;
  433. [sort | alias: Sort-Object]
  434. Sort-Object 
  435. ;
  436. [sp | alias: Set-ItemProperty]
  437. Set-ItemProperty 
  438. ;
  439. [spps | alias: Stop-Process]
  440. Stop-Process 
  441. ;
  442. [spsv | alias: Stop-Service]
  443. Stop-Service 
  444. ;
  445. [sv | alias: Set-Variable]
  446. Set-Variable 
  447. ;
  448. [tee | alias: Tee-Object]
  449. Tee-Object 
  450. ;
  451. [type | alias: Get-Content]
  452. Get-Content 
  453. ;
  454. [where | alias: Where-Object]
  455. Where-Object 
  456. ;
  457. [write | alias: Write-Output]
  458. Write-Output 
  459. ;
  460. ;cmdlets:
  461. ;
  462. [Add-Content | Adds content to the specified item(s)]
  463. Add-Content 
  464. ;
  465. [Add-History | Appends entries to the session history]
  466. Add-History 
  467. ;
  468. [Add-Member | Adds a user-defined custom member to an instance of a Windows PowerShell object]
  469. Add-Member 
  470. ;
  471. [Add-PSSnapin | Adds one or more Windows PowerShell snap-ins to the current console]
  472. Add-PSSnapin 
  473. ;
  474. [Clear-Content | Deletes the contents of a item, such as deleting the text from a file, but does not delete the item]
  475. Clear-Content 
  476. ;
  477. [Clear-Item | Deletes the contents of an item, but does not delete the item]
  478. Clear-Item 
  479. ;
  480. [Clear-ItemProperty | Deletes the value of a property but it does not delete the property]
  481. Clear-ItemProperty 
  482. ;
  483. [Clear-Variable | Deletes the value of a variable]
  484. Clear-Variable 
  485. ;
  486. [Compare-Object | Compares two sets of objects]
  487. Compare-Object 
  488. ;
  489. [ConvertFrom-SecureString | ConvertFrom-SecureString cmdlet]
  490. ConvertFrom-SecureString 
  491. ;
  492. [Convert-Path | Converts a path from a Windows PowerShell path to a Windows PowerShell provider path]
  493. Convert-Path 
  494. ;
  495. [ConvertTo-Html | Creates an HTML page that represents an object or a set of objects]
  496. ConvertTo-Html 
  497. ;
  498. [ConvertTo-SecureString | Converts encrypted standard strings to secure strings. It can also convert plain text to secure strings. It is used with ConvertFrom-SecureString and Read-Host]
  499. ConvertTo-SecureString 
  500. ;
  501. [Copy-Item | Copies an item from one location to another within a namespace]
  502. Copy-Item 
  503. ;
  504. [Copy-ItemProperty | Copies a property and value from a specified location to another location]
  505. Copy-ItemProperty 
  506. ;
  507. [Export-Alias | Exports information about currently-defined aliases to a file]
  508. Export-Alias 
  509. ;
  510. [Export-Clixml | Creates an XML-based representation of an object or objects and stores it in a file]
  511. Export-Clixml 
  512. ;
  513. [Export-Console | Exports the configuration of the current console to a file so that you can reuse or share it]
  514. Export-Console 
  515. ;
  516. [Export-Csv | Creates a comma-separated values (CSV) file that represents the input objects]
  517. Export-Csv 
  518. ;
  519. [ForEach-Object | Performs an operation against each of a set of input objects]
  520. ForEach-Object 
  521. ;
  522. [Format-Custom | Uses a customized view to format the output]
  523. Format-Custom 
  524. ;
  525. [Format-List | Formats the output as a list of properties in which each property appears on a new line]
  526. Format-List 
  527. ;
  528. [Format-Table | Formats the output as a table]
  529. Format-Table 
  530. ;
  531. [Format-Wide | Formats objects as a wide table that displays only one property of each object]
  532. Format-Wide 
  533. ;
  534. [Get-Acl | Gets the security descriptor for a resource, such as a file or registry key]
  535. Get-Acl 
  536. ;
  537. [Get-Alias | Gets the aliases for the current session]
  538. Get-Alias 
  539. ;
  540. [Get-AuthenticodeSignature | Gets information about the Authenticode signature in a file]
  541. Get-AuthenticodeSignature 
  542. ;
  543. [Get-ChildItem | Gets the items and child items in one or more specified locations]
  544. Get-ChildItem 
  545. ;
  546. [Get-Command | Gets basic information about cmdlets and about other elements of Windows PowerShell commands]
  547. Get-Command 
  548. ;
  549. [Get-Content | Gets the content of the item at the specified location]
  550. Get-Content 
  551. ;
  552. [Get-Credential | Gets a credential object based on a user name and password]
  553. Get-Credential 
  554. ;
  555. [Get-Culture | Gets information about the regional settings on a computer]
  556. Get-Culture 
  557. ;
  558. [Get-Date | Gets the current date and time]
  559. Get-Date 
  560. ;
  561. [Get-Eventlog | Gets information about local event logs or the entries stored in those event logs]
  562. Get-Eventlog 
  563. ;
  564. [Get-ExecutionPolicy | Gets the current execution policy for the shell]
  565. Get-ExecutionPolicy 
  566. ;
  567. [Get-Help | Displays information about Windows PowerShell cmdlets and concepts]
  568. Get-Help 
  569. ;
  570. [Get-History | Gets a list of the commands entered during the current session]
  571. Get-History 
  572. ;
  573. [Get-Host | Gets a reference to the current console host object. Displays Windows Powershell version and regional information by default]
  574. Get-Host 
  575. ;
  576. [Get-Item | Gets the item at the specified location]
  577. Get-Item 
  578. ;
  579. [Get-ItemProperty | Retrieves the properties of a specified item]
  580. Get-ItemProperty 
  581. ;
  582. [Get-Location | Gets information about the current working location]
  583. Get-Location 
  584. ;
  585. [Get-Member | Gets information about objects or collections of objects]
  586. Get-Member 
  587. ;
  588. [Get-PfxCertificate | Gets information about .pfx certificate files on the computer]
  589. Get-PfxCertificate 
  590. ;
  591. [Get-Process | Gets the processes that are running on the local computer]
  592. Get-Process 
  593. ;
  594. [Get-PSDrive | Gets information about Windows PowerShell drives]
  595. Get-PSDrive 
  596. ;
  597. [Get-PSProvider | Gets information about the specified Windows PowerShell provider]
  598. Get-PSProvider 
  599. ;
  600. [Get-PSSnapin | Gets the Windows PowerShell snap-ins on the computer]
  601. Get-PSSnapin 
  602. ;
  603. [Get-Service | Gets the services on the local computer]
  604. Get-Service 
  605. ;
  606. [Get-TraceSource | Gets the Windows PowerShell components that are instrumented for tracing]
  607. Get-TraceSource 
  608. ;
  609. [Get-UICulture | Gets information about the current user interface culture for Windows PowerShell]
  610. Get-UICulture 
  611. ;
  612. [Get-Unique | Returns the unique items from a sorted list]
  613. Get-Unique 
  614. ;
  615. [Get-Variable | Gets the variables in the current console]
  616. Get-Variable 
  617. ;
  618. [Get-WmiObject | Gets instances of WMI classes or information about available classes]
  619. Get-WmiObject 
  620. ;
  621. [Group-Object | Groups objects that contain the same value for specified properties]
  622. Group-Object 
  623. ;
  624. [Import-Alias | Imports an alias list from a file]
  625. Import-Alias 
  626. ;
  627. [Import-Clixml | Imports a CLIXML file and creates corresponding objects within Windows PowerShell]
  628. Import-Clixml 
  629. ;
  630. [Import-Csv | Imports comma-separated value (CSV) files in the format produced by the Export-CSV cmdlet and returns objects that correspond to the objects represented in that CSV file]
  631. Import-Csv 
  632. ;
  633. [Invoke-Expression | Expression:Runs a Windows PowerShell expression that is provided in the form of a string]
  634. Invoke-Expression 
  635. ;
  636. [Invoke-History | Runs commands from the session history]
  637. Invoke-History 
  638. ;
  639. [Invoke-Item | Invokes the provider-specific default action on the specified item]
  640. Invoke-Item 
  641. ;
  642. [Join-Path | Combines a path and child-path into a single path. The provider supplies the path delimiters]
  643. Join-Path 
  644. ;
  645. [Measure-Command | Measures the time it takes to run script blocks and cmdlets]
  646. Measure-Command 
  647. ;
  648. [Measure-Object | Measures characteristics of objects and their properties]
  649. Measure-Object 
  650. ;
  651. [Move-Item | Moves an item from one location to another]
  652. Move-Item 
  653. ;
  654. [Move-ItemProperty | Moves a property from one location to another]
  655. Move-ItemProperty 
  656. ;
  657. [New-Alias | Creates a new alias]
  658. New-Alias 
  659. ;
  660. [New-Item | Creates a new item in a namespace]
  661. New-Item 
  662. ;
  663. [New-ItemProperty | Sets a new property of an item at a location]
  664. New-ItemProperty 
  665. ;
  666. [New-Object | Creates an instance of a .Net or COM object]
  667. New-Object 
  668. ;
  669. [New-PSDrive | Installs a new Windows PowerShell drive]
  670. New-PSDrive 
  671. ;
  672. [New-Service | Creates a new entry for a Windows Service in the registry and the Service Database]
  673. New-Service 
  674. ;
  675. [New-TimeSpan | Creates a TimeSpan object]
  676. New-TimeSpan 
  677. ;
  678. [New-Variable | Creates a new variable]
  679. New-Variable 
  680. ;
  681. [Out-Default | Sends the output to the default formatter and the default output cmdlet. It is a placeholder that lets you write your own Out-Default function or cmdlet]
  682. Out-Default 
  683. ;
  684. [Out-File | Sends output to a file]
  685. Out-File 
  686. ;
  687. [Out-Host | Sends output to the command line]
  688. Out-Host 
  689. ;
  690. [Out-Null | Deletes output instead of sending it to the console]
  691. Out-Null 
  692. ;
  693. [Out-Printer | Sends output to a printer]
  694. Out-Printer 
  695. ;
  696. [Out-String | Sends objects to the host as a series of strings]
  697. Out-String 
  698. ;
  699. [Pop-Location | Changes the current location to the location most recently pushed onto the stack]
  700. Pop-Location 
  701. ;
  702. [Push-Location | Pushes the current location onto the stack]
  703. Push-Location 
  704. ;
  705. [Read-Host | Reads a line of input from the console]
  706. Read-Host 
  707. ;
  708. [Remove-Item | Deletes the specified items]
  709. Remove-Item 
  710. ;
  711. [Remove-ItemProperty | Deletes the property and its value from an item]
  712. Remove-ItemProperty 
  713. ;
  714. [Remove-PSDrive | Removes a Windows PowerShell drive from its location]
  715. Remove-PSDrive 
  716. ;
  717. [Remove-PSSnapin | Removes Windows PowerShell snap-ins from the current console]
  718. Remove-PSSnapin 
  719. ;
  720. [Remove-Variable | Deletes a variable and its value]
  721. Remove-Variable 
  722. ;
  723. [Rename-Item | Renames an item in a Windows PowerShell provider namespace]
  724. Rename-Item 
  725. ;
  726. [Rename-ItemProperty | Renames a property of an item]
  727. Rename-ItemProperty 
  728. ;
  729. [Resolve-Path | Resolves the wildcard characters in a path and displays the path contents]
  730. Resolve-Path 
  731. ;
  732. [Restart-Service | Stops and then starts one or more services]
  733. Restart-Service 
  734. ;
  735. [Resume-Service | Resumes one or more suspended (paused) services]
  736. Resume-Service 
  737. ;
  738. [Select-Object | Selects specified properties of an object or set of objects. It can also select unique objects from an array of objects or it can select a specified number of objects from the beginning or end of an array of objects]
  739. Select-Object 
  740. ;
  741. [Select-String | Identifies patterns in strings]
  742. Select-String 
  743. ;
  744. [Set-Acl | Changes the security descriptor of a specified resource, such as a file or a registry key]
  745. Set-Acl 
  746. ;
  747. [Set-Alias | Creates or changes an alias (alternate name) for a cmdlet or other command element in the current Windows PowerShell session]
  748. Set-Alias 
  749. ;
  750. [Set-AuthenticodeSignature | Uses an authenticode signature to sign a Windows PowerShell script or other file]
  751. Set-AuthenticodeSignature 
  752. ;
  753. [Set-Content | Writes or replaces the content in an item with new content]
  754. Set-Content 
  755. ;
  756. [Set-Date | Changes the system time on the computer to a time that you specify]
  757. Set-Date 
  758. ;
  759. [Set-ExecutionPolicy | Changes the user preference for the execution policy of the shell]
  760. Set-ExecutionPolicy 
  761. ;
  762. [Set-Item | Changes the value of an item to the value specified in the command]
  763. Set-Item 
  764. ;
  765. [Set-ItemProperty | Sets the value of a property at the specified location]
  766. Set-ItemProperty 
  767. ;
  768. [Set-Location | Sets the current working location to a specified location]
  769. Set-Location 
  770. ;
  771. [Set-PSDebug | Turns script debugging features on and off, sets the trace level and toggles strict mode]
  772. Set-PSDebug 
  773. ;
  774. [Set-Service | Changes the display name, description, or starting mode of a service]
  775. Set-Service 
  776. ;
  777. [Set-TraceSource | Configures, starts, and stops a trace of Windows PowerShell components]
  778. Set-TraceSource 
  779. ;
  780. [Set-Variable | Sets the value of a variable. Creates the variable if one with the requested name does not exist]
  781. Set-Variable 
  782. ;
  783. [Sort-Object | Sorts objects by property values]
  784. Sort-Object 
  785. ;
  786. [Split-Path | Returns the specified part of a path]
  787. Split-Path 
  788. ;
  789. [Start-Service | Starts one or more stopped services]
  790. Start-Service 
  791. ;
  792. [Start-Sleep | Suspend shell, script, or runspace activity for the specified period of time]
  793. Start-Sleep 
  794. ;
  795. [Start-Transcript | Creates a record of all or part of a Windows PowerShell session in a text file]
  796. Start-Transcript 
  797. ;
  798. [Stop-Process | Stops one or more running processes]
  799. Stop-Process 
  800. ;
  801. [Stop-Service | Stops one or more running services]
  802. Stop-Service 
  803. ;
  804. [Stop-Transcript | Stops a transcript]
  805. Stop-Transcript 
  806. ;
  807. [Suspend-Service | Suspends (pauses) one or more running services]
  808. Suspend-Service 
  809. ;
  810. [Tee-Object | Pipes object input to a file or variable, then passes the input along the pipeline]
  811. Tee-Object 
  812. ;
  813. [Test-Path | Determines whether all elements of a path exist]
  814. Test-Path 
  815. ;
  816. [Trace-Command | The Trace-Command cmdlet configures and starts a trace of the specified expression or command]
  817. Trace-Command 
  818. ;
  819. [Update-FormatData | Updates and appends format data files]
  820. Update-FormatData 
  821. ;
  822. [Update-TypeData | Updates the current extended type configuration by reloading the .types.ps1xml files into memory]
  823. Update-TypeData 
  824. ;
  825. [Where-Object | Creates a filter that controls which objects will be passed along a command pipeline]
  826. Where-Object 
  827. ;
  828. [Write-Debug | Writes a debug message to the host display]
  829. Write-Debug 
  830. ;
  831. [Write-Error | Writes an object to the error pipeline]
  832. Write-Error 
  833. ;
  834. [Write-Host | Displays objects by using the host user interface]
  835. Write-Host 
  836. ;
  837. [Write-Output | Writes objects to the success pipeline]
  838. Write-Output 
  839. ;
  840. [Write-Progress | Displays a progress bar within a Windows PowerShell command window]
  841. Write-Progress 
  842. ;
  843. [Write-Warning | Writes a warning message]
  844. Write-Warning 
  845. ;
  846. [Write-Verbose | Writes a string to the verbose display of the host]
  847. Write-Verbose 
  848.